Crate clocksource

source ·

Macros

Structs

Represents a fixed moment in time in a format that has a human representation.
The measurement of a monotonically nondecreasing clock. The internal representation is the duration since an arbitrary epoch. Opaque and only useful with other Instants and the Duration types.
A container for time types that stores nanoseconds.
A container for time types that stores seconds.
An instant in wall-clock time. The internal representation is a duration since the Unix Epoch. Opaque and only useful with other UnixInstants and the Duration types.

Enums

Functions

Update the cached view of the clock by reading the underlying clock.